home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / dreamterm06.lha / DreamTerm / History.txt < prev    next >
Text File  |  1992-10-12  |  4KB  |  98 lines

  1.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2.                               Update history for
  3.  
  4.                                   DreamTerm
  5.  
  6.                       Copyright © 1992 by Pasi Ristioja
  7.                              All rights reserved.
  8.  
  9.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. =============================================================================
  11.  
  12. V0.6 : 12-Oct-92
  13.  
  14. - Replaced YModem-A with DModem, change initstring in config. (SY,KN,IN,DRAM:)
  15.  
  16. - Added some code that you're able to use DModem and chat.
  17.  
  18. - Minor bug in xpr_update -> xpru_blocksize was checked only if xpru_cps
  19.   was used, CTS handling was little bit unsafe with overrun -> not problem
  20.   with normal protos but I founded it when I tested DModem.
  21.  
  22. V0.5 : 02-Oct-92 PANIC
  23.  
  24. - Bugs fixed: Blitter handling was broken in ANSI-subroutines -> created
  25.   loads of problems. :(
  26.  
  27. - Somehow entries still vanished from phonebook... ::: (SIGH^ARGH)^n :::
  28.  
  29. - Added Online, CTS and RTS to terminal-screen.
  30.  
  31. - Added 'Half/Full-duplex' and 'Send Password' to menubar.
  32.  
  33. - Menuhandling is little bit better.
  34.  
  35. V0.4 : 26-Sep-92
  36.  
  37. - SF7 font is now little bit different, chars in area 128-255 are now
  38.   present (copied from IBM8). This was done because some BBS use 7-bit
  39.   fonts but still send those nice looking IBM chars. Remember that DTerm
  40.   will strip those chars if you try to send them.
  41.  
  42. - Bugs fixed: Cursor keys didn't work with SF7, some ANSI-sequences were
  43.   missing, entries randomly vanished from phonebook...
  44.  
  45. V0.3 : 22-Sep-92
  46.  
  47. - Override option caused deadlock with fast modems. Should be fixed now.
  48.  
  49. - Added option (RTS save) which lowers the RTS when saving buffers. This
  50.   is handy if your harddrive causes errors. Be aware that modem buffer
  51.   may overflow if save is too slow.
  52.  
  53. - Added possibility to encrypt phonebook, method is rather simply and it
  54.   is not unbreakable.
  55.  
  56. - Bugs fixed: IBM/ANSI 16 color mode was not working, cursor hiding & color
  57.   were not activated, DTerm process was not ended if startup failed. {gasp}
  58.  
  59. - DTerm now lowers RTS when using blitter -> this must be done because
  60.   there will be overruns=errors without it. I'm not sure which is causing
  61.   it but I assume that system routine OwnBlitter turns interrupts off.
  62.   Well, remember to turn RTS on in modem too that this works:-)
  63.  
  64. V0.2 : 15-Aug-92
  65.  
  66. - Added some ANSI/VT100 sequences and corrected rest. All should work ok.
  67.  
  68. - Added limited NComm-script (ReadMail should work), almost full xpr-support
  69.   double buffered xpr-send, cursor, ISO/IBM/SF7 charset, ZModem auto
  70.   up/download, logfile, automatical ISO to IBM/SF7 conversion (set ISO if you
  71.   don't want conversion).
  72.  
  73. - Added menus that current settings can be seen and changed. There is also
  74.   some menus which deal with global settings that cannot be changed
  75.   elsewhere.
  76.  
  77. - Changed structure of config & phonebook, v0.1 ones will not work anymore.
  78.  
  79. - Some code speedup -> more than 2500 plain chars can be printed without
  80.   buffering. With ANSI-sequences it can be lower or higher, normally higher.
  81.  
  82. - Had to create 'nil'-window for easier use of reqtool's centerwin tag ->
  83.   due that lockwindow is useless. I'll try to change it in next version.
  84.  
  85. - Added time, cost calculator and status to terminal, it is now also
  86.   locked (exiting is impossible) if carrier is detected.
  87.  
  88. - Drawed ugly looking icon...
  89.  
  90. - Fixed two bugs in serial routines: DTE speed was calculated wrong and
  91.   one _nasty_ bug was potentially creating gurus...
  92.  
  93. =============================================================================
  94.  
  95. V0.1 : 11-Jun-92
  96.  
  97. - First release. This one is for testing purposes.
  98.